From: Stefan Wahren Date: Tue, 1 Dec 2015 22:55:41 +0000 (+0000) Subject: pwm: bcm2835: Fix email address specification X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~102 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=1e20f8097731a4a8b821976b2fab07da15a05f48;p=linux-4.9.git pwm: bcm2835: Fix email address specification Signed-off-by: Stefan Wahren Reviewed-by: Eric Anholt Signed-off-by: Thierry Reding Gbp-Pq: Topic features/arm/rpi Gbp-Pq: Name pwm-bcm2835-fix-email-address-specification.patch --- diff --git a/drivers/pwm/pwm-bcm2835.c b/drivers/pwm/pwm-bcm2835.c index 31a6992a445c..c5dbf16d810b 100644 --- a/drivers/pwm/pwm-bcm2835.c +++ b/drivers/pwm/pwm-bcm2835.c @@ -206,6 +206,6 @@ static struct platform_driver bcm2835_pwm_driver = { }; module_platform_driver(bcm2835_pwm_driver); -MODULE_AUTHOR("Bart Tanghe "); MODULE_DESCRIPTION("Broadcom BCM2835 PWM driver"); MODULE_LICENSE("GPL v2");